home *** CD-ROM | disk | FTP | other *** search
/ Cubase Magazine 26 / Issue #26.iso / 2-SOFTWARE / TUAREG FAT 1.5 / _SETUP.1 / Tuareg.exe / 0 / RCDATA / TEDITIMPORTPLUG / TEDITIMPORTPLUG.txt
Text File  |  2000-08-10  |  2KB  |  101 lines

  1. object editImportPlug: TeditImportPlug
  2.   Left = 367
  3.   Top = 224
  4.   BorderStyle = bsDialog
  5.   Caption = 'Edit with external unit...'
  6.   ClientHeight = 129
  7.   ClientWidth = 387
  8.   Color = 4874571
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label3: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 373
  24.     Height = 33
  25.     AutoSize = False
  26.     Caption = 
  27.       'This sample was created or imported using an external unit, impo' +
  28.       'rt-plugin or instrument and can still be edited...'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWhite
  31.     Font.Height = -11
  32.     Font.Name = 'Arial'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.     WordWrap = True
  36.   end
  37.   object plugNameLabel: TLabel
  38.     Left = 174
  39.     Top = 49
  40.     Width = 123
  41.     Height = 14
  42.     Caption = 'unknown plugin name'
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clWhite
  45.     Font.Height = -11
  46.     Font.Name = 'Arial'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.   end
  50.   object okBtn: TButton
  51.     Left = 224
  52.     Top = 96
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'Ok'
  56.     Default = True
  57.     ModalResult = 1
  58.     TabOrder = 0
  59.   end
  60.   object cancelBtn: TButton
  61.     Left = 304
  62.     Top = 96
  63.     Width = 75
  64.     Height = 25
  65.     Cancel = True
  66.     Caption = 'Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 1
  69.   end
  70.   object rbOriginal: TRadioButton
  71.     Left = 8
  72.     Top = 48
  73.     Width = 161
  74.     Height = 17
  75.     Caption = 'Edit using the original plugin:'
  76.     Checked = True
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clWhite
  79.     Font.Height = -11
  80.     Font.Name = 'Arial'
  81.     Font.Style = []
  82.     ParentFont = False
  83.     TabOrder = 2
  84.     TabStop = True
  85.   end
  86.   object rbOther: TRadioButton
  87.     Left = 8
  88.     Top = 72
  89.     Width = 321
  90.     Height = 17
  91.     Caption = 'Edit using another edit-plugin'
  92.     Font.Charset = DEFAULT_CHARSET
  93.     Font.Color = clWhite
  94.     Font.Height = -11
  95.     Font.Name = 'Arial'
  96.     Font.Style = []
  97.     ParentFont = False
  98.     TabOrder = 3
  99.   end
  100. end
  101.